home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Dizionario Etimologico
/
ZINGARELLI Dizionario Etimologico (2000).iso
/
canzoni_del_secolo.swf
/
scripts
/
DefineButton2_131
/
BUTTONCONDACTION on(press).as
next >
Wrap
Text File
|
2000-11-30
|
289b
|
13 lines
on(press){
scroll_target = "/testo";
bar_length = "256";
top = getProperty("/scroll_ball", _Y);
bottom = top + bar_length;
base_y = getProperty(scroll_target, _Y);
tellTarget("/scroll_ball/scrolla_basso")
{
gotoAndStop("logic");
play();
}
}